From 67424e3bb1836334799ead915e3bf24e98615cb2 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 19:53:19 -0400 Subject: [PATCH] Add all three channels to the sample .travis.yml --- src/doc/guide.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 413705198..f54f0dcf2 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -376,7 +376,16 @@ To test your project on Travis CI, here is a sample `.travis.yml` file: ``` language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly ``` -Please see the [Travis CI Rust documentation](https://docs.travis-ci.com/user/languages/rust/) -for more information. +This will test all three release channels, but any breakage in nightly +will not fail your overall build. Please see the [Travis CI Rust +documentation](https://docs.travis-ci.com/user/languages/rust/) for more +information. -- 2.30.2